home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Nature_Lime / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  2.7 KB  |  145 lines

  1. BODY
  2. {
  3.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  4.     font-size : small;
  5.     color : rgb(63,157,0);
  6.     font-weight : normal;
  7.     font-style : normal;
  8.     background-color : rgb(185,250,142)
  9. }
  10.  
  11. A:active
  12. {
  13.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  14.     color : rgb(2,96,79);
  15.     font-weight : normal;
  16.     font-style : normal;
  17.     text-decoration : none
  18. }
  19.  
  20. A:link
  21. {
  22.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  23.     color : rgb(2,96,79);
  24.     font-weight : normal;
  25.     font-style : normal;
  26.     text-decoration : none
  27. }
  28.  
  29. UL
  30. {
  31.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  32.     color : rgb(2,96,8);
  33.     font-style : italic;
  34.     font-variant : small-caps
  35. }
  36.  
  37. A:visited
  38. {
  39.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  40.     color : rgb(2,96,79);
  41.     font-weight : normal;
  42.     font-style : normal;
  43.     text-decoration : none
  44. }
  45.  
  46. .TextObject
  47. {
  48.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  49.     color : rgb(63,157,0);
  50.     font-weight : normal;
  51.     font-style : normal
  52. }
  53.  
  54. H1
  55. {
  56.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  57.     font-size : 1.75em;
  58.     text-transform : capitalize;
  59.     color : rgb(2,96,79);
  60.     font-weight : normal;
  61.     font-style : normal
  62. }
  63.  
  64. H2
  65. {
  66.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  67.     font-size : 1.75em;
  68.     text-transform : capitalize;
  69.     color : rgb(2,96,8);
  70.     font-weight : normal;
  71.     font-style : normal
  72. }
  73.  
  74. P
  75. {
  76.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  77.     font-weight : normal;
  78.     font-style : normal
  79. }
  80.  
  81. H3
  82. {
  83.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  84.     font-size : 1.25em;
  85.     color : rgb(2,96,79);
  86.     font-weight : normal;
  87.     font-style : normal
  88. }
  89.  
  90. OL
  91. {
  92.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  93.     color : rgb(2,96,8);
  94.     font-style : italic;
  95.     font-variant : small-caps
  96. }
  97.  
  98. H4
  99. {
  100.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  101.     font-size : 1.25em;
  102.     text-transform : capitalize;
  103.     color : rgb(2,96,8);
  104.     font-weight : normal;
  105.     font-style : normal
  106. }
  107.  
  108. .TextNavBar
  109. {
  110.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  111.     color : rgb(2,96,79);
  112.     font-weight : normal;
  113.     font-style : normal
  114. }
  115.  
  116. H5
  117. {
  118.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  119.     font-size : 1em;
  120.     text-transform : capitalize;
  121.     color : rgb(2,96,79);
  122.     font-weight : normal;
  123.     font-style : normal
  124. }
  125.  
  126. H6
  127. {
  128.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  129.     font-size : 1em;
  130.     text-transform : capitalize;
  131.     color : rgb(2,96,8);
  132.     font-weight : normal;
  133.     font-style : normal
  134. }
  135.  
  136. A:hover
  137. {
  138.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  139.     color : rgb(2,96,8);
  140.     font-weight : normal;
  141.     font-style : normal;
  142.     text-decoration : underline
  143. }
  144.  
  145.